Tagged Questions
4
votes
2answers
162 views
Understanding the use of for loops as counting loops in homework review [closed]
Newbie here, first time programmer. I have a homework assignment that I am working on. Instructions:
Write an application that allows input of an integer n between 1 and 71, and (using a for or ...
2
votes
4answers
382 views
Optimising sample solution of task for firstyear students
I'm giving a lecture on basic programming to first-year mathematics students. The programming language is Java (defined by curriculum).
Last week I gave the following task:
Write a program, that ...