been trying to print loops using codeblocks and printing values every line gives incomplete output like shown in screenshots provided, can anyone fix this?
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".