Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Question) Write a Fortran program to: 1. ask the user to enter her/his name (maximum 65 letters) via keyboard entry, 2. ask the user to

image text in transcribed

Question) Write a Fortran program to: 1. ask the user to enter her/his name (maximum 65 letters) via keyboard entry, 2. ask the user to enter an integer number between 0 to 1000 (including 0&1000 ) via keyboard entry, 3. print all numbers which are between 0 and the entered number is step 2 , and are divisible by 3 and 7 Note: by running your program, the following sentences, questions, and results should be printed accordingly on the screen. Extra spaces in your output are fine. Those are due to the use of free formatting for print command. Output formatting will be covered in the future lectures. (???? means a keyboard entry, and XXX means an output value below.) This program prints all divisible by 3 \& 7 numbers between 0 and your desired integer number (less than 1000 ) on the screen. Please enter your name (maximum 65 letters) ???? Please enter your desire integers number (your number should be between 0 and :000) ???? The divisible by 3&7 numbers between 0 and XxXX are: xxxx xxXX XX Thank you XxxX for using this code

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

Database Modeling And Design

Authors: Toby J. Teorey, Sam S. Lightstone, Tom Nadeau, H.V. Jagadish

5th Edition

0123820200, 978-0123820204

More Books

Students also viewed these Databases questions

Question

What are their performance levels?

Answered: 1 week ago