Read the last line of the problem...
You must use # instead of b, for example Ab must be G#.
I hope this helps!
Search found 6 matches
- Sun Aug 10, 2003 4:44 am
- Forum: Volume 3 (300-399)
- Topic: 346 - Getting Chorded
- Replies: 19
- Views: 8392
- Thu Jul 03, 2003 8:36 pm
- Forum: Volume 7 (700-799)
- Topic: 730 - Morse Code Generation
- Replies: 6
- Views: 4274
- Thu Jul 03, 2003 8:29 pm
- Forum: Volume 7 (700-799)
- Topic: 730 - Morse Code Generation
- Replies: 6
- Views: 4274
- Wed Jul 02, 2003 7:53 pm
- Forum: Pascal
- Topic: Round function
- Replies: 6
- Views: 9353
- Wed Jul 02, 2003 2:44 pm
- Forum: Pascal
- Topic: Round function
- Replies: 6
- Views: 9353
- Wed Jul 02, 2003 1:48 pm
- Forum: Pascal
- Topic: Round function
- Replies: 6
- Views: 9353
Round function
TO ALL PASCAL PROGRAMMER'S...
I think there was an error with the FreePascal's Round function (you should know by now!)
What should be the result of Round(1.5)? 2! (right)
And what should be the result of Round(2.5)? 3! (wrong!!!)
Run the following program and confirme the results...
[pascal]
Var ...
I think there was an error with the FreePascal's Round function (you should know by now!)
What should be the result of Round(1.5)? 2! (right)
And what should be the result of Round(2.5)? 3! (wrong!!!)
Run the following program and confirme the results...
[pascal]
Var ...