Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

please as soon as possible
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 XXXX 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 1000 ) The divisible by 357 numbers between 0 and xx are: XXXX XXXX XXXX Thank you xxx for using this code. Save your programs as Your_ name. f95 and upload. Rubric) 4.0/4: Code works properly and presentation on the 3.0/4: Code works properly but presentation on the 1.5/4: Code runs with miscalculation but presentati 1.0/4: Code runs with miscalculation or does not co 0.5/4 : Less than 50% of the program is developed. 0.0/4 : No or irrelevant submission

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

Practical Azure SQL Database For Modern Developers Building Applications In The Microsoft Cloud

Authors: Davide Mauri, Silvano Coriani, Anna Hoffma, Sanjay Mishra, Jovan Popovic

1st Edition

1484263693, 978-1484263693

More Books

Students also viewed these Databases questions