Skip to content

Commit ceb224d

Browse files
Merge pull request rage#320 from jrhedman/master
Clarified instructions for Exercise - Double Input
2 parents a0fdedc + 2a790e2 commit ceb224d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/part-1/4-variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -847,7 +847,7 @@ You wrote 18.0
847847
<!-- Kirjoita ohjelma, joka kysyy käyttäjältä liukulukua. Tämän jälkeen ohjelma tulostaa käyttäjän syöttämän luvun.
848848
Alla on annettuna ohjelman esimerkkitulostuksia: -->
849849

850-
Write a program that asks the user for a floating-point number. The program then prints the user's input value.
850+
Write a program that asks the user for a floating-point number using the variable type Double. The program then prints the user's input value.
851851

852852
Example prints for the program can be seen below:
853853

0 commit comments

Comments
 (0)