Question: in java please A Consider this pseudocode program: BEGIN MAIN XXXXX ProgramOfStudy PRINT(Please enter your desired major: ) YYYYY ProgramOfStudy PRINT (Your selected program of


A Consider this pseudocode program: BEGIN MAIN XXXXX ProgramOfStudy PRINT("Please enter your desired major: ") YYYYY ProgramOfStudy PRINT ("Your selected program of study is:" + ProgramofStudy) END MAIN To make it complete and more easily translated into source code: 1) What keyword should replace XXXXX? 2) What keyword should replace YYYYY? Format BIU - Bookstore has contacted you to help write a piece of code to determine the total price of purchases, variable is named totalPrice, if the total price is less than 10.00, you need to add 3% to the total and print it. Otherwise just print the total price. Both statements should state "Total price is: " before printing the total. You can write just the necessary statements, no need to write a complete program. Bookstore has contacted you to help write a piece of code to determine the total price of purchases, variable is named totalPrice, if the total price is less than 10.00, you need to add 3% to the total and print it. Otherwise just print the total price. Both statements should state "Total price is:" before printing the total. You can write just the necessary statements, no need to write a complete program
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
