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

Computing Grades using A+,A-,B+,B-,C+,C-,D,F and putting label from 100-0 by 12.5 its ratio per Letter Grade!
a simple program please put a copy of the the program that would run! Thank you and Godbless
Simulated insertion of £1 gives the player 5 goes. The player cannot play unless money has been inserted and there is credit.

A ball is launched with options to move up and down, right and left or bouncing in random continuous direction around a rectangular court as appropriate buttons or keys are pressed. At the bottom of the court is a bat.

The player can move the bat left and right using the mouse. 5 bricks of different colours (Blue, Green, Red, Black and yellow) are displayed at top of the court in the order listed as "Display Bricks" button is pressed. The player scores when the ball hits the brick, destroying it. You gain a score of 10 points when hit any of the bricks, except for the red brick where you score 20 points. If the ball passes the bat, the player loses a go. When you get a score of 50 points, you are credited an additional go and the score point adjusted accordingly.
I am fairly new to C# and would llike to design a program for my daughters teacher that will allow her to calculate percentage and final grade. it should prompt the teacher to enter the students first and last n number of points received. The program only accepts points between 0 - 1000. if the input points are within this range it should display "This is an acceptable score". else it should display and error message then terminate the program.

It should calculate the score percentage based on the following

score PERCENTAGE
RANGE GRADE
I am fairly new to C# and would llike to design a program for my daughters teacher that will allow her to calculate percentage and final grade. it should prompt the teacher to enter the students first and last n number of points received. The program only accepts points between 0 - 1000. if the input points are within this range it should display "This is an acceptable score". else it should display and error message then terminate the program.

It should calculate the score percentage based on the following

score PERCENTAGE
RANGE GRADE

90 -100 = A
80 - 89 = B
70-79 = C
60-69 = D
0-59 = F
i am new in programming .. so i facing a problem , i am coding a program for a clothing shop .my problem in the sales returns .. discussing the problem in an example . first in my database i have 3 tables : salesorder, salesReturns,ledgeraccount .in the example i made a sales order with 3 items every item with 100 l.e. so the total order with 300 l.e. .the next day the customer want to returns one item from the 3 items .. so i will open the sales order and return it so easily . my problem after that .. i returned 1 item so the sales order with 2 items only .. but if i opened the sales order again i will find the 3 items
Hi,

I created an add-in for PowerPoint using VSTO 2013 (without using Add-in Express) ,custom task pane and a custom control.

In the add-in startup, I am adding the custom control to custom task pane and this task pane is invoked.

when the PowerPoint application opens, I am able to see Custom Task Pane with Custom control (Button).

Now when I try to drag and drop the custom control (button) from custom task pane to PowerPoint slide, it is not working.

Please help me how to handle drag and drop events for the custom controls by providing some sample codes.


Thank you.
How to Create the Class Book with the following attributes: Book ID, Title, Authors, Unit Price and print the current details of the book. Add a behavior to modify the price and display the updated book details. Display the total Amount to be paid for each Book, using unit price & 12% tax. Implement using OO concepts in c#
Sharon has started to use both the stock details management and the file information viewer features of the application. However, while using the file information viewer application, she accidentally enters the path of a folder that does not exist on her computer. This caused the application to stop responding. In addition, the format in which the stock details are displayed is not clear. Therefore, she asks Hayley to modify the application so that: The file information viewer does not stop responding in case a specified folder does not exist. The stock details management application adds a line break before every stock details entry whenever a new entry is added to the stock details file.
Write the code snippets that Hayley should use to address the preceding two requirements .
As part of her business activities, Sharon has created a large number of files and folders. Whenever she needs to view the details of the files stored in a folder, Sharon browses to the folder using Windows Explorer. However, she finds it cumbersome to browse to each individual folder to view the desired details. Therefore, she asks Hayley to modify the application to accept the name of a folder and display the following details of the files located in the folder: File name File size File creation date
Write the code that Hayley should write to create the desired file information viewer application.
When the application starts, it should display a message asking the user to enter either option d or v. The application should execute the following actions for the two options: d: The application should display the file extension of the stock details. v: The application should open the stock details file in the read-only mode and display its contents.
Write the code snippet that Hayley should use to implement the desired functionality in the application.
In case the user presses any other key, the application should open the stock details file in the read/write mode, display a message to enter new stock details, and save the details that the user has entered. Write the code snippet that Hayley should use to accomplish the preceding task.
LATEST TUTORIALS
APPROVED BY CLIENTS