Hi guys! Is there anywhere i can post a picture of a problem i am having with converting? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Hi guys! Is there anywhere i can post a picture of a problem i am having with converting?

Converting variables to decimal numbers

23rd Mar 2019, 11:17 AM
Peter
Peter - avatar
5 Answers
+ 7
Tap 'Whats on your mind' or 'Share your thoughts' or 'Whats going on' from the home section of SoloLearn. Then you will find an option to upload picture at the bottom menu.
23rd Mar 2019, 12:46 PM
Adnan Zawad Toky
Adnan Zawad Toky - avatar
+ 4
Post the picture in the activity feed and share the link with your question.
23rd Mar 2019, 11:33 AM
Adnan Zawad Toky
Adnan Zawad Toky - avatar
+ 1
That's awesome! Thank you so much!
23rd Mar 2019, 12:47 PM
Peter
Peter - avatar
0
Int to double: int i = 10; double d = i; Double to int: double d = 10.11; int i = (int) d;
23rd Mar 2019, 11:49 AM
JavaBobbo
JavaBobbo - avatar
0
How do I post a picture?
23rd Mar 2019, 12:27 PM
Peter
Peter - avatar