7ecvz4i5j54g0srf5d7n
7ecvz4i5j54g0srf5d7n
CC#
Created by Tanatozzz on 12/23/2022 in #help
✅ data from excel to wpf app
For reading xlsx files there is a library called ClosedXml, based on OpenXml but a bit easier to use. But if you need to read xls files also it won't work.
20 replies
CC#
Created by The king of kings on 11/12/2022 in #help
❔ Can anyone help me out with a calculation project?
Oh, I see, sure you can call me.
71 replies
CC#
Created by The king of kings on 11/12/2022 in #help
❔ Can anyone help me out with a calculation project?
They are key to most programming languages.
71 replies
CC#
Created by The king of kings on 11/12/2022 in #help
❔ Can anyone help me out with a calculation project?
Usually functions are one of the first things you start learning.
71 replies
CC#
Created by The king of kings on 11/12/2022 in #help
❔ Can anyone help me out with a calculation project?
If by "call" mean a "function call", then yes. I think that that is what your assignment is implying that you should do.
71 replies
CC#
Created by The king of kings on 11/12/2022 in #help
❔ Can anyone help me out with a calculation project?
I do not understand what "With a simple rise, calculate the gear back" means, so I wondered if you could provided the untranslated text?
71 replies
CC#
Created by The king of kings on 11/12/2022 in #help
❔ Can anyone help me out with a calculation project?
I meant, what is the Swedish for point 5, "5. With a simple rise, calculate the gear back Don't forget to check the entered values first"? I'm Swedish too.
71 replies
CC#
Created by The king of kings on 11/12/2022 in #help
❔ Can anyone help me out with a calculation project?
So instead of
float change = paid - cost;
float change = paid - cost;
you would have
float change = CalculateChange(paid, cost);

float CalculateChange(int paid, int cost)
{
return paid - cost;
}
float change = CalculateChange(paid, cost);

float CalculateChange(int paid, int cost)
{
return paid - cost;
}
71 replies
CC#
Created by The king of kings on 11/12/2022 in #help
❔ Can anyone help me out with a calculation project?
So for instance, you could make a function that calculates how much change there is.
71 replies
CC#
Created by The king of kings on 11/12/2022 in #help
❔ Can anyone help me out with a calculation project?
A function that you make yourself.
71 replies
CC#
Created by The king of kings on 11/12/2022 in #help
❔ Can anyone help me out with a calculation project?
By the way, what is the Swedish for number 5?
71 replies
CC#
Created by The king of kings on 11/12/2022 in #help
❔ Can anyone help me out with a calculation project?
I believe what they want you to do when they ask you to divide the task into smaller part is to use functions to divide the program.
71 replies
CC#
Created by The king of kings on 11/12/2022 in #help
❔ Can anyone help me out with a calculation project?
You can start of anywhere really. Are you familiar with how functions/methods works?
71 replies
CC#
Created by The king of kings on 11/12/2022 in #help
❔ Can anyone help me out with a calculation project?
That is the spirit! <a:raeClap_GIF:594205606705889281>
71 replies
CC#
Created by The king of kings on 11/12/2022 in #help
❔ Can anyone help me out with a calculation project?
The hard part is dividing it into smaller parts. If you can do that the other things should fall into place.
71 replies
CC#
Created by The king of kings on 11/12/2022 in #help
❔ Can anyone help me out with a calculation project?
If you do, this assignment should be no trouble to actually solve!
71 replies
CC#
Created by The king of kings on 11/12/2022 in #help
❔ Can anyone help me out with a calculation project?
Good, good and you are willing to do that? Failing I mean?
71 replies
CC#
Created by The king of kings on 11/12/2022 in #help
❔ Can anyone help me out with a calculation project?
Well, it is hard to learn anything. Mostly because you have to learn to accept failure.
71 replies
CC#
Created by The king of kings on 11/12/2022 in #help
❔ Can anyone help me out with a calculation project?
I can help you with this assignment though, if you want.
71 replies
CC#
Created by The king of kings on 11/12/2022 in #help
❔ Can anyone help me out with a calculation project?
But that is mostly because I'm dumb! danucdYoo
71 replies