Write a program that will display the first and last name entry as “initials”, “name in address book” and user name. Deliverables The users enters a person’s first and last name as separate inputs. The program finds the “initials”, “name in address book” and user name. The program displays the “initials”, “name in address book” […]
Computer Science
[Python] Write a program that will find the total, average, max, min of the numbers.
Write a program that will find the total, average, max, min of the numbers.
Deliverables
• The program reads integers from a txt file.
• While reading, the program stores the integers in a list.
• The program displays the count, total, average, max, min with appropriate labels.
[Python] Write a program that will perform basic arithmetic operations: sum, difference, product and modulus of 2 integers.
Write a program that will perform basic arithmetic operations: sum, difference, product and modulus of 2 integers.
Deliverables
User enters 2 integers.
The program finds the sum, difference, product and modulus of the integers.
The program prints the results with appropriate labels.
A certain telecom company issues calling cards of various denominations and types. The customer can buy a card and use them to make a call.
A certain telecom company issues calling cards of various denominations and types. The customer can buy a card and use them to make a call.

Ice Cream Order Program | IceCreamOrder Application Java Program
Using JavaFX, create a Java GUI class named IceCreamOrder that helps you to determine the cost of one ice cream order. The application should have the following appearance:
Create a JavaFX GUI application named IceCreamOrder that helps you to determine the cost of one ice cream order.
Create a JavaFX GUI application named IceCreamOrder that helps you to determine the cost of one ice cream order. The application should have the following appearance when first started (note that chocolate is selected by default):
Write a program that calculates the electricity bill. The rates of electricity per unit are as follows: If the units consumed are <=300, then the cost is Rs. 12 per unit.
Write a program that calculates the electricity bill. The rates of electricity per unit are as follows:If the units consumed are <=300, then the cost is Rs. 12 per unit.If the units consumed are >300 and <=500, then the cost is Rs. 17 per unit. If the units consumed exceed 500 then the cost per […]