Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

help programming this in fortran please thank you. LAB: Do Loop Practice Write a program that prints the even numbers 2 to 42 to the

help programming this in fortran please thank you. image text in transcribed
LAB: Do Loop Practice Write a program that prints the even numbers 2 to 42 to the screen . Write a program that asks the user for a number then counts down to 1 from that numbers then prints 'blast-off' Write a program that asks a user to guess numbers from 1 to 100 until they enter 42. Then it prints 'You Win!' You may use a do while () loop here or an infinite do loop with an if (.....) exit statement . You may write these in a single program but I suggest you compile and run the first one then keep adding to the program. This is a typical way to write more complex programs

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

Step: 3

blur-text-image

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

More Books

Students also viewed these Databases questions