Question: CHALLENGE ACTIVITY 2 . 8 . 2 Complete the program to print a table of prices Complete this program to print a table of prices.
CHALLENGE
ACTIVITY
Complete the program to print a table of prices
Complete this program to print a table of prices. The first column has width and the second column has width Print the prices with two digits after the decimal point.
limport java.util.scanner;
public class Table
public static void mainString args
Scanner in new Scanner
System.in;
system.out.print Unit price: ;
double price innextDouble;
System.out.printlnQuantity Price";
int quantity ;
system.out.printf Your code goes hre Your code goes here your code goes here quantity, quantity price;
Feedback?
Programming Tip : Use the API Documentation.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
