News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

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".