So I'm new around here (really new in-fact!) and am completely stuck on a problem on my homework. I'm new to programming too so don't judge.
This is the problem:
Write a loop that tests all three digit numbers to see if the sum of digits is greater than 6. All numbers that pass the test should be outputted in a table format with five numbers per row. Use the modulo operator and the conditional operator to print the output in rows.
I'm stuck on the first part. If you could help me get started that would be great! Thanks in advance.