+ 3

IS ANYONE WHO CORRECT THIS OR TELL THE MISTAKES?

https://code.sololearn.com/clFOu1j2n7Fr/?ref=app

28th Feb 2020, 2:56 PM
PARV SHARMA
PARV SHARMA - avatar
2 ответов
+ 2
There are many errors:- 1) ";" just after main() 2) using %f for integer input 3)use of non standard function getch() Here is the fix👇 https://code.sololearn.com/cnKm27fhWIyz/?ref=app
28th Feb 2020, 3:02 PM
Arsenic
Arsenic - avatar