ineffable
ineffable
CC#
Created by ineffable on 8/11/2023 in #help
Making my FIRST very basic calculator (don't judge), need help and clarification
Yeah, makes sense.
81 replies
CC#
Created by ineffable on 8/11/2023 in #help
Making my FIRST very basic calculator (don't judge), need help and clarification
Can I message you privately on discord with some more help if I need it later?
81 replies
CC#
Created by ineffable on 8/11/2023 in #help
Making my FIRST very basic calculator (don't judge), need help and clarification
Thank yo uso much you're a godsend
81 replies
CC#
Created by ineffable on 8/11/2023 in #help
Making my FIRST very basic calculator (don't judge), need help and clarification
Man i am beyond happy
81 replies
CC#
Created by ineffable on 8/11/2023 in #help
Making my FIRST very basic calculator (don't judge), need help and clarification
I SEE IT
81 replies
CC#
Created by ineffable on 8/11/2023 in #help
Making my FIRST very basic calculator (don't judge), need help and clarification
And I need to "release" it?
81 replies
CC#
Created by ineffable on 8/11/2023 in #help
Making my FIRST very basic calculator (don't judge), need help and clarification
Ooo I see
81 replies
CC#
Created by ineffable on 8/11/2023 in #help
Making my FIRST very basic calculator (don't judge), need help and clarification
Visual Studio 2022
81 replies
CC#
Created by ineffable on 8/11/2023 in #help
Making my FIRST very basic calculator (don't judge), need help and clarification
I suppose it's under "build" tab?
81 replies
CC#
Created by ineffable on 8/11/2023 in #help
Making my FIRST very basic calculator (don't judge), need help and clarification
Now I want to export this so I can show to my friends who dont have Visual Studio
81 replies
CC#
Created by ineffable on 8/11/2023 in #help
Making my FIRST very basic calculator (don't judge), need help and clarification
I am so happy
81 replies
CC#
Created by ineffable on 8/11/2023 in #help
Making my FIRST very basic calculator (don't judge), need help and clarification
I also noticed that even though I changed "a" and "b" into doubles, "c" produced errors because it was an int in some other line
81 replies
CC#
Created by ineffable on 8/11/2023 in #help
Making my FIRST very basic calculator (don't judge), need help and clarification
I am so happy even though I made only this
81 replies
CC#
Created by ineffable on 8/11/2023 in #help
Making my FIRST very basic calculator (don't judge), need help and clarification
:D!!!
81 replies
CC#
Created by ineffable on 8/11/2023 in #help
Making my FIRST very basic calculator (don't judge), need help and clarification
IT WORKS
81 replies
CC#
Created by ineffable on 8/11/2023 in #help
Making my FIRST very basic calculator (don't judge), need help and clarification
So I need to make all the variables into doubles?
81 replies
CC#
Created by ineffable on 8/11/2023 in #help
Making my FIRST very basic calculator (don't judge), need help and clarification
Also holy cow you're of such help you've no idea
81 replies
CC#
Created by ineffable on 8/11/2023 in #help
Making my FIRST very basic calculator (don't judge), need help and clarification
I made the "c" a double, is that correct?
81 replies
CC#
Created by ineffable on 8/11/2023 in #help
Making my FIRST very basic calculator (don't judge), need help and clarification
else if (isNumber3 == true && numericValue3 == 4)
{
double c = a / b;
Console.WriteLine($"The result of division of the two equals {c}.");
valid3 = true;
}
else if (isNumber3 == true && numericValue3 == 4)
{
double c = a / b;
Console.WriteLine($"The result of division of the two equals {c}.");
valid3 = true;
}
81 replies
CC#
Created by ineffable on 8/11/2023 in #help
Making my FIRST very basic calculator (don't judge), need help and clarification
I dunno, I think it's named pretty nicely
81 replies