#beginner
Read more stories on Hashnode
Articles with this tag
Hello again. Today I will be teaching you about arrays in C++. Arrays can store multiple values of the same data type. To declare an array we simply...
Hello and welcome back, Today I will be teaching you about the five different pre-defined datatypes in C++. string text = "Coding with Ammar";...
Hello and welcome back. As a quick recap in my previous post, I discussed how we can output text with code. This is a snippet of code from the...
Hello and Welcome, My name is Ammar and today I will be showing how you can print anything on a screen. First of all, On the first line, we type...