Taking Input from User in C++
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 previous post -
#include<iostream>
using namespace std;
int main(){
cout<<"Coding with Ammar"; // Outp...
codingwithammar.hashnode.dev2 min read