Can someone correct it? idk whats wrong | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can someone correct it? idk whats wrong

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

1st Aug 2019, 3:55 AM
Shan Hana Panganiban
5 Answers
+ 3
Also try not to use conio.h library and its functions because it's not the part of C standard library. It was used in old compilers but it has become obsolete now a days.
1st Aug 2019, 7:40 AM
blACk sh4d0w
blACk sh4d0w - avatar
+ 1
My apologies. Delete the clrscr line and use namespace std or std:: and remove the .h from iostream
1st Aug 2019, 4:23 AM
James
James - avatar
+ 1
thank you 😊
1st Aug 2019, 4:44 AM
Shan Hana Panganiban
0
i was supposed to use only C++ its for our schoolwork and i cant understand
1st Aug 2019, 4:12 AM
Shan Hana Panganiban