We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a0fdedc + 2a790e2 commit ceb224dCopy full SHA for ceb224d
data/part-1/4-variables.md
@@ -847,7 +847,7 @@ You wrote 18.0
847
<!-- 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.
848
Alla on annettuna ohjelman esimerkkitulostuksia: -->
849
850
-Write a program that asks the user for a floating-point number. The program then prints the user's input value.
+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.
851
852
Example prints for the program can be seen below:
853
0 commit comments