Very very new to coding. - How do i make a celcius to Fahrenheit converter? (Its an assignment)
Hey, i want to make a celcius to fahrenheit converter.
This is the code i got, and i promise im being fully serious, i have no idea what the correct code would be as im very very new.
Any help would be greatly appreciated.
26 Replies
School assignments generally don't get help as we would only be helping you cheat yourself
You need to learn how to do the tasks without going to communities and asking them for the solution
I have no help from teachers and i have been trying at this for a very long time.
I promise this is a last resort as i have no way of getting help otherwise.
Thats simply not true. Sorry friend
What?
What is not true?
I am doing programming on distance.
The only material i get to work with is online and there is no teacher i can ask for help.
I am quite literally UNABLE to recieve help from anyone there.
š
Well, what doesn't work in the code you have there?
So what i would like to do is multiply the value of the "celcius" number with 1.8
and add on "32"
this is to convert it into fahrenheit
Yeah, I see you multiplying the value just fine
the code simply seems to not recognise the value of 1.8 at all
You have two different things named
V
The const, and the parameter
Start by naming each thing in a unique way
Makes life a whole lot easieroh ok
sir, if you dont mind me asking a dumb question
what is the parameter?
might be a translation issue as i am swedish
The things in your method signature
ohhh
so what would you have me rename it to?
@Angius
ĀÆ\_(ć)_/ĀÆ
ungabunga
@Angius i think i found a very dumb way of solving it
thankyou for helping me tho
really appreciate it
Yeah, you can just get rid of the constant, it should work just fine
yeah, i simply do not yet understand how code really works and what different things do or mean
$helloworld is a great learning resource
Written interactive course https://learn.microsoft.com/en-us/users/dotnet/collections/yz26f8y64n7k07
Videos https://dotnet.microsoft.com/learn/videos
thankyou a lot for the help, i really appreciate it
:)
@Angius
Anytime š
something that describes what the thing is
compare these:
Fair enough, thankyou for the help! :)
The issue is solved so il close the tab now, thankyou a lot tho c:
ohhhhh
thanks :)