by BugZeroCodes | Nov 2, 2021 | Blog
Today I practiced R on Sololearn! This time I went over input and output. R allows you to take input with the readLines function. We also learn how to take the input and interpret it as an integer. Next time I will be reviewing everything we have learned!
by BugZeroCodes | Oct 27, 2021 | Blog
Today I practiced R on Sololearn! I went over booleans, which can have one of two values: TRUE and FALSE. I also went over relational operators used for comparisons. Next time I will go over how to take input and output!
by BugZeroCodes | Oct 21, 2021 | Blog
Today I practiced R on Sololearn! This time I went over basic math, exploring the min and max function, and discussing some basic arithmetic, such as integer division
. Next time I will be going over booleans!
by BugZeroCodes | Oct 15, 2021 | Blog
Today I practiced R on Sololearn! Due to a change of plans, I went over data types instead of comments. I went over integers and strings, and the basics to each of them. Next time I will be going over basic math and booleans!
by BugZeroCodes | Oct 9, 2021 | Blog
Today I have started on a new programming language: R! R is the number 1 choice for data scientists and analysts. It is also the most widely used statistics programming language. Next time I will be going over comments on R!
by BugZeroCodes | Oct 2, 2021 | Blog
Today I practiced Go on Sololearn! This time I reviewed everything we have learned about concurrency, from Goroutines to channels to the select statement. Let me know if you want to see me try other languages!
Recent Comments