rei
rei
CC#
Created by rei on 2/25/2023 in #help
✅ Calculator Help
ty
40 replies
CC#
Created by rei on 2/25/2023 in #help
✅ Calculator Help
yea all good
40 replies
CC#
Created by rei on 2/25/2023 in #help
✅ Calculator Help
o wait help im dumb
40 replies
CC#
Created by rei on 2/25/2023 in #help
✅ Calculator Help
convert from string back to int to be able to do operations on it with num2
40 replies
CC#
Created by rei on 2/25/2023 in #help
✅ Calculator Help
basically the same syntax
40 replies
CC#
Created by rei on 2/25/2023 in #help
✅ Calculator Help
Ehhhh i did some gui work on java so its fine
40 replies
CC#
Created by rei on 2/25/2023 in #help
✅ Calculator Help
no clue what im doing wrong
40 replies
CC#
Created by rei on 2/25/2023 in #help
✅ Calculator Help
public void button1_Click(object sender EventArgs) { num1 = Int.Parse(num1.ToString() + "1"); label1.Text = num1.ToString(); num1 = Int.Parse(); }
40 replies
CC#
Created by rei on 2/25/2023 in #help
✅ Calculator Help
got an error for some reason
40 replies
CC#
Created by rei on 2/25/2023 in #help
✅ Calculator Help
right after
40 replies
CC#
Created by rei on 2/25/2023 in #help
✅ Calculator Help
Did that
40 replies
CC#
Created by rei on 2/25/2023 in #help
✅ Calculator Help
but id need to convert it back to int if i do calculations with it
40 replies
CC#
Created by rei on 2/25/2023 in #help
✅ Calculator Help
as a string
40 replies
CC#
Created by rei on 2/25/2023 in #help
✅ Calculator Help
the number
40 replies
CC#
Created by rei on 2/25/2023 in #help
✅ Calculator Help
Just to display
40 replies
CC#
Created by rei on 2/25/2023 in #help
✅ Calculator Help
i did label1.Text = num1.ToString();
40 replies
CC#
Created by rei on 2/25/2023 in #help
✅ Calculator Help
Alrighttt that works but how do i get the second number input after an operator button is clicked?
40 replies
CC#
Created by rei on 2/25/2023 in #help
✅ Calculator Help
iii think i understand ill come back if it anything doesnt work out correctly
40 replies
CC#
Created by rei on 2/25/2023 in #help
✅ Calculator Help
but other than that
40 replies
CC#
Created by rei on 2/25/2023 in #help
✅ Calculator Help
Basically what i was gonna do is store the 2 different numbers that the user wants to calculate, store tje result as an int, and then display the result in the form of a label using result.ToString();
40 replies