Jump to content

8 posts in this topic

Recommended Posts

Posted (edited)

I wasn’t able to get as much coding done yesterday, so I didn’t learn as much, although, I think I learned just as significantly.

I learned:

•What Modules are and I remembered how to find the remainder of a number! 🥴😂

For example: 4 mod 3 or 4 % 3 = 1

•I also learned to make some easy conditionals such as:

if (true)   {
Console.WriteLine(“Hi!”);

 

•This one I didn’t exactly LEARN because its kinda common sense, but still: 

I learned how to do the following:

int money = 1000;

money = money + 200;

Console.Write(money); 

//Basically if later on I need to add to the integer money, I can just use the command (int = int + #)

Thats it for yesterday! Besides perseverance, (Which I got from trying to figure out modulo’s) that’s all I learned!

Updated by FairlyMurky
  • Like 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines