So it has been almost a month since my last post. It's been a busy time. I have to dealt with final projects in all of my classes and had to study for various exams. With Thanksgiving and a relative's graduation, I had to also do various things with my family. One other thing I had to do is my programming class' final project. So for my first programming class I had to create two programs: One that gets a number in its numerical form and then state the number as words instead of numbers. One which will translate a number in one base and translate it to another base, such as translating a number from binary to hexadecimal. These were probably the hardest programs I've ever made so far. I had to learn various code pieces such as dictionaries and chars. Much time had to be put into them, and countless times did they have errors while running. Nevertheless, I shall go into what I have made. Number to Word Translator This is a simple program to which takes a n...
Comments
Post a Comment