News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Printing loops doesn't show all answers

Started by Ziad_Ahmed, June 09, 2023, 02:50:41 AM

Previous topic - Next topic

Ziad_Ahmed

been trying to print loops using codeblocks and printing values every line gives incomplete output like shown in screenshots provided, can anyone fix this?

Pecan

#1
This forum is for questions relating to programming
the CodeBlocks IDE, not a general programming help forum.

Use google to search for "general c++ help forum".

A hint though: Not all integers (or chars(in your case)) make a printable character.

Google for "chart of printable chars".