by BugZeroCodes | Jan 6, 2022 | Blog
Today I practiced R on Sololearn! This time I went over some vector functions such as sort, length, and seq, which can be used to filter items in a vector.
Next time I will be going over how we can use vectors to do some basic arithmetic!
by BugZeroCodes | Dec 27, 2021 | Blog
Today, I taught about The string.h Library and Converting a String to a number. This time, I went over string functions and how to convert them. Next time, I will be talking about Array of Strings.
by BugZeroCodes | Dec 26, 2021 | Blog
Merry Christmas! We trust that you and your families are doing well and are having a great Christmas. Christmas break is a great time to talk with family and see people you haven’t seen in a while. It is also a great time to code. If you have some free time, you can start learning a programming language and keep building on it throughout the new year!
Don’t wait! Start learning a programming language today!
by BugZeroCodes | Dec 20, 2021 | Blog
Today I practiced R on Sololearn! This time I went over the string data type and some of the ways it can be manipulated. I show the nchar function, the substr function, and others. Next time I will be going over vectors!
by BugZeroCodes | Dec 15, 2021 | Blog
Today I practiced R on Sololearn! This time I reviewed the concepts we have learned in this unit, such as logical operators, loops, and functions. Next time I will be going over a new unit about data structures!
by BugZeroCodes | Dec 11, 2021 | Blog
Today I practiced R on Sololearn! This time I went over the return statement, which allows you to store the value calculated by a function. I also discussed how most built-in functions return values. Next time I will be going over everything we have learned!
Recent Comments