+ 1
Mistakes : it is #include <iostream> You don't need library "conio" (i'm not sure that this exists, check it, it is, maybe, wrongly spelled) for this project, and main can be void, but it is better practice to be int main and return 0 (sololearn code playground reports void main() as a mistake)
28th Sep 2020, 3:25 PM
xxxx