subject

PLEASE HELP!!! I HAVE NO IDEA WHAT IM DOING AND ITS ALMOST DUE! GIVING ALL MY POINTS AND WILL MARK BRAINLIEST Create a custom dialog box to calculate drag on a baseball in accordance with the following instructions
The nature of this project is to gain experience creating and using custom dialog boxes. It is assumed that you will use a copy of the VBA spreadsheet application from Day 4 as a starting point. Your custom dialog box and associated program will write values directly on the spreadsheet, run the spreadsheet application, and read results from the spreadsheet, as instructed below.

The custom dialog box should have input areas for the following items:

Weight of the baseball in ounces.
Radius of the baseball in inches.
Drag coefficient.
Air density in kilograms per meter cubed.
Initial velocity in miles per hour.
Angle measured from the horizon in degrees.

The custom dialog box should contain 2 buttons:

One button to run the associated program.
Another button to exit the dialog box.

After the user fills in the input areas and click on the first button, the program should:

Read the values from the dialog box.
Convert the weight, radius, and initial velocity to metric units.
Write the values of all 6 inputs to the spreadsheet.
Run the Update program from Day 4.
Read the results of telapsed, X distance, and Y max from the spreadsheet and display in the dialog box. These results should be displayed in metric units.

Additional Instructions:

Include a button or hot key on the spreadsheet to access your custom dialog box program.
The dialog box should be professional in appearance (neat, organized, clearly labeled).
Be sure to use good programming practices (documentation, structure, etc.
Enter all results to 4 significant figures.
Note change in units

ansver
Answers: 3

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 19:30, tfaulk2884
Singing in the rain: this first part of the film shows the early history of motion picture. how accurate do you think the portrayal of the early motion picture industry is? why? is historical accuracy important in films and theater productions? explain.
Answers: 1
image
Computers and Technology, 24.06.2019 03:00, 2020IRodriguez385
With editing, word automatically displays a paste options button near the pasted or moved text. a. cut-and-paste b. drag-and-drop c. inline d. copy-and-carry
Answers: 1
image
Computers and Technology, 24.06.2019 18:50, nika0001
Write a program that reads in a series of lines of input character by character (using the library function the first line of the input contains an integer which specifies the number of remaining lines of input, each of which contains a floating point number. the integer value on the first line can be read with (the library function) but all of the following lines can only be read with each line, after the first, contains a single floating point value, with up to four digits before the decimal point, and up to four digits following the decimal point, but there is not necessarily a decimal point in each number; i. e., it may appear to be an integer, but the digits should be read by your program, and the number should be converted to a corresponding floating point number. for instance, suppose the following input: 5 3.1255 20.25 0.875 1921.50 31 the required output is: − each of the input floating point values, printed on a separate line with four digits of precision, using printf(); − on the last line of the output, the string “total: ” followed by the sum of the input values, printed with printf() to 4 digits of precision. for example, the total of the sample input given above is 1976.7505, so the required output for this input would be: 3.1255 20.2500 0.8750 1921.5000 31.0000 total: 1976.7505 do not concern yourself with small differences in the total due to rounding, as the grader will not deduct points for this. constraints: − you are not allowed to use arrays on this portion of the lab assignment. − there is no maximum number of lines allowable. it all depends upon the first value of input. since you aren’t saving anything, it doesn’t matter. − you can assume that input will not contain more than 4 digits before or after the decimal point. you do not need to error check for this condition. -you must use getchar() to read in the floating point values one character at a time (i. e. do not use -you must declare and use your floating point values as a double to minimize rounding errors. -only use printf() to output the floating point numbers and the total (do not use − be sure your directions to the user are clear so they are sure to enter the input data correctly.
Answers: 1
image
Computers and Technology, 25.06.2019 05:00, romana21
What should you do if a dialog box covers an area of the screen that you need to see?
Answers: 1
You know the right answer?
PLEASE HELP!!! I HAVE NO IDEA WHAT IM DOING AND ITS ALMOST DUE! GIVING ALL MY POINTS AND WILL MARK B...

Questions in other subjects: