Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1. Write a program that: a. Defines three integer variables b. Initializes them to 20, 500, 1000 c. Prints them on a single line separated

image text in transcribed
1. Write a program that: a. Defines three integer variables b. Initializes them to 20, 500, 1000 c. Prints them on a single line separated by spaces with the message below. The numbers are: 20 500 1000 2. Write a program segment that a. b. c. Declares a variable called gpa to store your current gpa Assigns a value (your current gpa) to gpa Writes to console with the message below where x.x is your gpa My current gpa is xx 3. Extend (Add to) program segment in 2: a. Declare another variable called GPA to store the value of your new gpa b. Place line comments like"new gpa, and 'current gpa, appropriately c. Assign current gpa plus .25 to new GPA d. Writes to console with the message below where x.x is your new GPA Next semester my gpa will be x.x 4. Write a program segment that: a. Declares a character variable named MI or middleInitial b. Assign a value to MI c. Print the value of the MI with a text like the following where X is the value of your middlelnitial My middle initial is: X

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

Question

Find two unit vectors that make an angle of 608 with v = (3, 4).

Answered: 1 week ago

Question

What is meant by planning or define planning?

Answered: 1 week ago

Question

Define span of management or define span of control ?

Answered: 1 week ago

Question

What is meant by formal organisation ?

Answered: 1 week ago

Question

What is meant by staff authority ?

Answered: 1 week ago