Question: Java Question: Objective In this challenge, we're going to use loops to help us do some simple math. Input Format A single integer, N. Output
Java Question:
Objective
In this challenge, we're going to use loops to help us do some simple math.
Input Format
A single integer, N.
Output Format
Given an integer N, print its summation with 1,2,3,,99,100. Each summation (where i=1,2,3,,99,100) should be printed on a new line in the form: N + i = result.
Input Format
A single integer, N.
Constraints
N/A.
Output Format
Given an integer N, print its summation with 1,2,3,,99,100. Each summation (where i=1,2,3,,99,100) should be printed on a new line in the form: N + i = result.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
