Page 1 of 1

You need to write the code in Java. You need to submit the code and the output 1. Write a program to convert US dollars

Posted: Fri Jul 08, 2022 6:35 am
by answerhappygod
You need to write the code in Java. You need to submit thecode and the output
1. Write a program to convert US dollars to PakistaniRupeesYou need to input the amount of amount of US dollars and use aconversion rate of 1 US dollar = 155 Pakistani Rupee
2) Use a for loop structure to calculate the sum of all evennumbers from 1 to 17
3) Use a for loop structure to calculate the product of all evennumbers from 1 to 11.