-
Notifications
You must be signed in to change notification settings - Fork 11
Commit f254f58
authored
Shows use of primitive data types and arithmetic
Computes the Fahrenheit equivalent of a specific Celsius value using the formula F = (9/5)C + 32.1 parent 2e751e4 commit f254f58
File tree
1 file changed
+23
-0
lines changed- textbook work/java software solutions/2. Data and Expressions
1 file changed
+23
-0
lines changedLines changed: 23 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | + | ||
2 | + | ||
3 | + | ||
4 | + | ||
5 | + | ||
6 | + | ||
7 | + | ||
8 | + | ||
9 | + | ||
10 | + | ||
11 | + | ||
12 | + | ||
13 | + | ||
14 | + | ||
15 | + | ||
16 | + | ||
17 | + | ||
18 | + | ||
19 | + | ||
20 | + | ||
21 | + | ||
22 | + | ||
23 | + |
0 commit comments