Questions: 1 835

Answers by our Experts: 1 539

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Search & Filtering

Word guessing game must contain all of the following.


1. The screen will appear for a minimum of 5 seconds.


2. The screen must contain some form of animation or motion.


3. The program will then ask for the user's name and refer to them by name throughout the program.


4. The program will randomly pick a secret word from a word list. Word list will be Atari, Sega, Sony, Nintendo and Xbox.


5. The program will ask to press a letter to spin. Spin will pick a random point value.


6. The program will then ask the user to pick a letter using their name and new point value.


7. After each guest the score and secret word will update.


8. Correct answer will add points corresponding to the number of letters in the word.

Create a Class diagram and pseudo code

for program that allows bags to be purchased. There are six different types: full decorative, beaded, needlepoint design, fringed beaded and plain. Create a ListBox object for the different styles. After the user makes a selection, display a message indicating which selection was made. Include an option to clear selections. Include a control that allows the user to enter the quantity desired. Include a set of radio buttons that contain shipping options of overnight, three day and standard. The price for each bag is as follows: full decorative R50; beaded – R45; needlepoint design – R40, fringed beaded – R30 and plain – R20. The shipping charges are based on the total purchase. The following percentages are used: Overnight – 10%, three day – 7% and standard – 5%. Display in a message box the shipping charge along with the selection, quantity and total cost.


Write a C# Sharp program to accept two.1 integers from user and check whether they .are equal or not

The Main method is to repeatedly prompt the user to enter a transaction code (char). The codes could be 'B' or 'b' to buy an item using the credit card, 'c' or C' to make a cash withdrawal, 'p' or P for a payment, 'D' or D' to display the balance and 'q' or Q to quit.

There is a void function called CashWithdrawal which accepts one call by value formal parameter of type double (the amount of the cash withdrawal, plus a $3.50 service charge) to add to the credit card balance. If this amount (use a constant) that does not exceed the credit cards credit card limit ($2000), print an error message that the transaction could not be completed.The method header should look like: public static void BuyAnItem(double itemAmt, ref double ccBalance)


Use C# to help manage your credit card debt. The Main method is to repeatedly prompt the user to enter a transaction code (char) which could be 'B' or 'b' to buy an item using the credit card, 'c' or c' to make a cash withdrawal, 'd' or d' to display the balance, and 'q' or Q' to quit. A void method called Buy An Item first applies the HST (13%) to the amount of the item and then determines if there is enough credit remaining on the card to allow the purchase to complete. If not, it will print an error message indicating that the purchase could not complete.

You can assume that the initial balance on the credit card is $0.00.Using a switch statement in the do-while loop on Main, select the appropriate action and call (invoke) the appropriate user-defined method. The Main method should continue accepting transactions until the user enters a ‘Q’ or ‘q’. 


. Create a class Processor that has the following methods: a) InputStudentData: Gets the input for the Student object that has registration number, name, cgpa, and discipline as data members. b) PrintStudentData: Displays the students data on the console. c) StudentWithMaxGrade: Display the record of the student whose cgpa is maximum in the class. d) In Main() method take the inputs of 5 students and test the methods.


. Create a class Processor that has the following methods: a) InputStudentData: Gets the input for the Student object that has registration number, name, cgpa, and discipline as data members. b) PrintStudentData: Displays the students data on the console. c) StudentWithMaxGrade: Display the record of the student whose cgpa is maximum in the class. d) In Main() method take the inputs of 5 students and test the methods.


Write a C# program to do help manage your credit card debt. The Main method is to repeatedly prompt the user to enter a transaction code (char) which could be ‘B’ or ‘b’ to buy an item using the credit card, ‘c’ or ‘C’ to make a cash withdrawal from the credit card, ‘p’ or ‘P’ to make a payment on the credit card, ‘D’ or ‘d’ to display the balance of the credit card, and ‘q’ or ‘Q’ to quit. the initial balance on card is $0.00.Using a switch statement in the do-while loop on Main, select the appropriate action and call (invoke) the appropriate user-defined method. The Main method should continue accepting

transactions until the user enters a ‘Q’ or ‘q’.(i) A method call ReadAmount which takes no formal parameters but returns a positive value of type double which is the cost of an item, the amount of cash withdrawn, or amount payment.ReadAmount is to be called by Main() when the user chooses to buy an item (B’ or‘b’),withdrawal cash (‘c’ or ‘C’), or make a payment (‘p’ or ‘P’).The ReadAmount should be positive


Create a program that allows bags to be purchased. There are six different types: full decorative, beaded, needlepoint design, fringed beaded and plain. Create a ListBox object for the different styles. After the user makes a selection, display a message indicating which selection was made. Include an option to clear selections. Include a control that allows the user to enter the quantity desired. Include a set of radio buttons that contain shipping options of overnight, three day and standard. The price for each bag is as follows: full decorative R50; beaded – R45; needlepoint design – R40, fringed beaded – R30 and plain – R20. The shipping charges are based on the total purchase. The following percentages are used: Overnight – 10%, three day – 7% and standard – 5%. Display in a message box the shipping charge along with the selection, quantity and total cost.


Suppose you want to find roots of a quadratic equation ax2+bx+c=0 where a, b and c are coefficients. 
This program will ask the coefficients: a, b and c from user and displays the roots.




LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS