Page 1 of 1

Create class that hosts the main method and create one object. The created object should be used to call the respective

Posted: Mon Jun 06, 2022 2:08 pm
by answerhappygod
Create Class That Hosts The Main Method And Create One Object The Created Object Should Be Used To Call The Respective 1
Create Class That Hosts The Main Method And Create One Object The Created Object Should Be Used To Call The Respective 1 (44.37 KiB) Viewed 31 times
Create Class That Hosts The Main Method And Create One Object The Created Object Should Be Used To Call The Respective 2
Create Class That Hosts The Main Method And Create One Object The Created Object Should Be Used To Call The Respective 2 (44.37 KiB) Viewed 31 times
Create class that hosts the main method and create one object. The created object should be used to call the respective functions to test their functionalities and display appropriate messages. Note: student id should be appended to variables names compulsorily to avoid similarity Sample input/output: C:\Program Files (x86)\Xinox Software CreatorV3LE\GE2001.exe Enter customer Id 001234 Enter customer name MOHAMMED ALI Enter phone points 45 Enter internet points 33 customer Id customer Name 001234 MOHAMMED ALI Total Points is 78.0 Total Bonus is 7.8 Press any key to continue. Sample input/output: C:\Program Files (x86)\Xinox Software CreatorV3LE GE2001.exe Enter customer Id 00123345 Enter customer name MOHAMMED ALI Enter phone points 6 Enter internet points 10 customer Id customer Name 00123345 MOHAMMED ALI Total Points 16 is

Create class that hosts the main method and create one object. The created object should be used to call the respective functions to test their functionalities and display appropriate messages. Note: student id should be appended to variables names compulsorily to avoid similarity Sample input/output: C:\Program Files (x86)\Xinox Software CreatorV3LE\GE2001.exe Enter customer Id 001234 Enter customer name MOHAMMED ALI Enter phone points 45 Enter internet points 33 customer Id customer Name 001234 MOHAMMED ALI Total Points is 78.0 Total Bonus is 7.8 Press any key to continue. Sample input/output: C:\Program Files (x86)\Xinox Software CreatorV3LE GE2001.exe Enter customer Id 00123345 Enter customer name MOHAMMED ALI Enter phone points 6 Enter internet points 10 customer Id customer Name 00123345 MOHAMMED ALI Total Points 16 is