Java Output
Java Output
java numbersort 9 7 73 2 91
sorted order
***********
2
7
9
73
91
OUTPUT :
APPLET:
Enter Name :
Enter Address :
Applet Started
OUTPUT :
APPLET:
Roja,002,PV College
Applet Started.
OUTPUT :
Please enter the product code,cost & qty of product:1
P001
200.02
4
Please enter the product code,cost & qty of product:2
P002
200
2
Please enter the product code,cost & qty of product:3
P003
100
1
Please enter the product code,cost & qty of product:4
P004
200.08
2
Please enter the product code,cost & qty of product:5
P005
234
2
Details of all five products
****************
Product code Product cost Qty
********* ********* ******
P001
200.02
4
P002
200
2
P003
100
1
P004
200.08
2
P005
234
2
Total value of all five product:2168.24