1 / 4

Chapter 2 Practice

Chapter 2 Practice. Convert pseudocode to Java code. Store 20 in the speed variable. Store 10 in the time variable. Multiply speed by time and store the result in the distance variable. Display the contents of the distance variable. Convert pseudocode to Java code.

cfarrell
Download Presentation

Chapter 2 Practice

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Chapter 2 Practice

  2. Convert pseudocode to Java code • Store 20 in the speed variable. • Store 10 in the time variable. • Multiply speed by time and store the result in the distance variable. • Display the contents of the distance variable.

  3. Convert pseudocode to Java code • Store 172.5 in the force variable. • Store 27.5 in the area variable. • Divide area by force and store the result in the pressure variable. • Display the contents of the pressure variable.

  4. Write program • Write a program that declares the following: • A String variable named name • An int variable named age • A double variable named salary • Store your name, age and salary in these variable. The program then displays a message similar to the following: My name is Hoa, my age is 26 and I hope to earn $300 per month.

More Related