yes before you ask i have googled need for speed most wanted installation difficulties.
ok basically i have an iso of NFS Most Wanted.
I can't install it because
a) Gives me some weird DirectX Error I've tried to fix it by editing autorun.cfg and compatibility mode of AutoRun.exe to 2000 as necessary, then remaking the ISO, which leads to
b) Please Insert CD/DVD error which I have no idea how to get past.
i.e I've basically used up all available solutions I can find on the net.
any programmers out there? i have an algorithm assignment and i'm kind of having troubles understanding some of it, yes it is easy but i ain't really a pro at this stuff
1) Begin get Num (an integer) from user set Count to 0 While Count < Num set Temp to Count + 1 print Temp increment Count Endwhile Print Count End
What is the output after the users enter a value of 3 - I assume it is 3? "" value of -1 - Nothing right? Since the Num is greater than the count.
2) Begin read A While A > 0 set Answer to 'No' If A > 8 Then set Answer to 'Yes' Endif print Answer Read A EndWhile End
If 8, 3 then 0 were read in sequence, what would the output be - I have no idea what this means.
3) Write an algorithm in both psuedocode and flowchart that will print out the first 20 odd numbers. Something simple I imagine, some sort of loop?
4) Write an algorithm in "" that will allow you to enter a student's name, enter 4 test marks out of 10 then print out the student's name and the average of the 4 tests. I assume there will be an input, a loop for inputting marks and the print of the name and the mean of the marks?