Output is showing incorrect

I am facing these problem .please help !!!
something wrong in my code but I am unable to find by myself !!

On line 24 you use SecondUserNo twice, ThirdUserNo is never given a value. Also I’d recommend having spaces between operators e.g.

std::cin >> First >> Second >> Third;

I think it’s incredibly hard to read otherwise. Especially lines 8-10 and 29-30.

1 Like

Thank you sir ! Surely I’ll Practice having spaces to make codes more readable…

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms