Small Basic Question
Small Basic Question
Write
program
in
SmallBasic
such
that
it
will
prompt
the
user
to
enter
a
value
in
Celsius
degree,
and
then
convert
this
value
to
Fahrenheit
degrees.
Use
the
formula:
fahrenheit
=
celsius*9/5
+
32
After
computing
the
Fahrenheit,
display
a
meaningful
message
for
the
user.
Your
output
should
be
like
this:
Your
output
should
be
like
this:
Enter
value
for
celsius:
100
100
degrees
Celsius
equals
212
degrees
Fahrenheit.
Hint:
Converting
from
Fahrenheit
to
Celsius
is
given
in
the
SmallBasic
tutorial
document
(see
page
14)
but
the
one
above
is
converting
from
Celsius
to
Fahrenheit.
That
is,
if
you
scroll
down
to
page
14
of
the
said
document,
you
will
see
this.
Now,
if
you
copy
the
code
above
from
the
document,
and
paste
it
to
SmallBasic
and
with
a
little
bit
of
editing,
you
should
have
something
like
this.
Now
if
you
press
the
Run
Button
And
if
you
enter
212,
then
press
Enter,
you
will
get
this
output.
Now,
the
question
above
required
you
to
do
the
same
problem
but
this
time,
you
will
prompt
the
user
to
enter
a
value
for
Celsius
and
then
convert
this
value
to
Fahrenheit.
Now
do
your
work!
For
submission
of
work, take
screenshot
of
your
source
code
+
output
and
paste
it
to
a
Word
document
and
label
clearly
that
is
for
Task
1.
Continue
next
page
Task
3
For
submission.
Convert
your
Word
document
to
pdf
then
submit
it
via
Etudes
as
work
for
this
question.
Submit
your
pdf
file
via
Etudes.