0
Can someone correct it? idk whats wrong
5 odpowiedzi
+ 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.
+ 1
My apologies. Delete the clrscr line and use namespace std or std:: and remove the .h from iostream
+ 1
thank you 😊
0
i was supposed to use only C++ its for our schoolwork and i cant understand