blob: 5c2b5838e44ad9f33ee24835e4ce441251f3a8b5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
RunResults
Please input your kites width in centimeters: 10
Please input your kites height in centimeters: 10
Your kites width will be: 10 cm
Your kites height will be: 10 cm
The area of your kite in square meters is 0.005
Your kites mass is: 6.75e-05kg.
The kites gravitational pull is: 0.0006615N/kg.
C:\Users\wythe\Desktop\Homework\C++\lab1\x64\Debug\BlankConsoleLab.exe (process 26276) exited with code 0.
To automatically close the console when debugging stops, enable Tools->Options->Debugging->Automatically close the console when debugging stops.
Press any key to close this window . . .
Please input your kites width in centimeters: 100
Please input your kites length in centimeters: 5
Your kites width will be: 100 cm
Your kites length will be: 5 cm
The area of your kite in square meters is 0.025
Your aspect ration is greater than 1 (width/length: 100/5 = 20)
Lower aspect ratios will have greater stability.
Your kites mass is: 0.0003375kg.
The kites gravitational pull is: 0.0033075N/kg.
C:\Users\wythe\Desktop\Homework\C++\lab1\x64\Debug\BlankConsoleLab.exe (process 32800) exited with code 0.
To automatically close the console when debugging stops, enable Tools->Options->Debugging->Automatically close the console when debugging stops.
Press any key to close this window . . .
|