Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1) Write a Java program to find the sum of first 10 natural numbers using do... while loop. Sum 1+2+3+4+5+6+7+8+9+10 Output Sum of 10

image

1) Write a Java program to find the sum of first 10 natural numbers using do... while loop. Sum 1+2+3+4+5+6+7+8+9+10 Output Sum of 10 Natural numbers= 55 2) Write a Java program to find the calculate the average of 3 subjects for 5 students using do... while loop. Ouput Enter the Student Name:xxxx Sub1-99 Sub2=99 Sub=99 Sum-sum of 3 subjects Average= sum/3 Enter the Student Name: xxXX wwwwwww Sub1=99 Sub2=99 Sub=99 Sum-sum of 3 subjects Average=sum/3

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Discovering Advanced Algebra An Investigative Approach

Authors: Jerald Murdock, Ellen Kamischke, Eric Kamischke

1st edition

1559539844, 978-1604400069, 1604400064, 978-1559539845

More Books

Students also viewed these Programming questions