Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

7 Using the formula A=P(1+rt) create a simple java program to calculate the simple interest of the following values P= 100 R=30 T=6 Submit the

image text in transcribed

7 Using the formula A=P(1+rt) create a simple java program to calculate the simple interest of the following values P= 100 R=30 T=6 Submit the source code on the google classroom Create a simple method that takes in two (2) integer parameters and adds the product of the two numbers and prints it on the screen. Create a simple double method that takes in two parameters and performs the action of multiplying the two parameters and returns the result. 3 Create a java application that uses the switch block to print the grade of a student i.e 70- above A, 60-69 B, 50-59 C, 40-49 D and 30 F. Using if and else statements create a java application that check the day and prints out a message on Sunday "Go to Church", Friday "Go to ?Mosque" and Saturday "Chill at home all other days " go to school" Submit the source code on the google classroom 9 Create a list of students using an array that takes in 11 names. Using a for loop print all the names of the students Submit the source code on the google classroom 10 10.00 7000 162 90.3 6000 2773 80.2 5000 292

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

Data And Databases

Authors: Jeff Mapua

1st Edition

1978502257, 978-1978502253

More Books

Students also viewed these Databases questions

Question

How do Data Types perform data validation?

Answered: 1 week ago

Question

How does Referential Integrity work?

Answered: 1 week ago