Info
Questa domanda è chiusa. Riaprila per modificarla o per rispondere.
How to convert fahrenheit to celsius with a popupmenu
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Hi guys, i need your help with something:
I need a program to convert celsius to fahrenheit
on my GUI i have 2 edittext and and 1 popupmenu and 3 buttoms
i have to insert 1 value on the edittext 1, select the value to convert with the popupmenu (in this case fahrenheit)
and when i do clic on the bottom calculate, the value in celsius should be print on the edittext 2.
I hope you guys can help me
1 Commento
Rik
il 5 Set 2019
What have you tried so far? Keep in mind that you have to convert the char array to a numeric value when retrieving the text from an edit field.
Risposte (0)
Questa domanda è chiusa.
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!