Part B) 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 a number between 0 to 1000 (including 0 &1000) via keyboard entry, 3. print all odd numbers between 0 and the entered number by the user, 4. print the sum of the printed odd numbers on the screen. 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.). 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. This program prints all odd numbers between 0 and your desired integer number (less than 1000) on the screen and represents the sum of the odd numbers at the end. Please enter your name (maximum 65 letters) ???? Please enter your desire integers number (your number should be between 0 to 1000) 2222 The odd numbers between 0 to XXXX are: XXXX XXXX XXXX The sum of these odd numbers is: XXXX

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
icon
Concept explainers
Question
Part B) 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 a number between 0 to 1000 (including 0 &1000) via keyboard entry,
3. print all odd numbers between 0 and the entered number by the user,
4. print the sum of the printed odd numbers on the screen.
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.). 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.
This program prints all odd numbers between 0 and your desired integer number (less than 1000) on
the screen and represents the sum of the odd numbers at the end.
Please enter your name (maximum 65 letters)
????
Please enter your desire integers number (your number should be between 0 to 1000)
2222
The odd numbers between 0 to XXXX are:
XXXX
XXXX
XXXX
The sum of these odd numbers is: XXXX
Transcribed Image Text:Part B) 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 a number between 0 to 1000 (including 0 &1000) via keyboard entry, 3. print all odd numbers between 0 and the entered number by the user, 4. print the sum of the printed odd numbers on the screen. 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.). 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. This program prints all odd numbers between 0 and your desired integer number (less than 1000) on the screen and represents the sum of the odd numbers at the end. Please enter your name (maximum 65 letters) ???? Please enter your desire integers number (your number should be between 0 to 1000) 2222 The odd numbers between 0 to XXXX are: XXXX XXXX XXXX The sum of these odd numbers is: XXXX
Expert Solution
steps

Step by step

Solved in 5 steps with 2 images

Blurred answer
Knowledge Booster
Operators
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education