Skip to content

Instantly share code, notes, and snippets.

View Reazul137's full-sized avatar
:octocat:
On GitHub

Md Reazul Islam Reazul137

:octocat:
On GitHub
View GitHub Profile
/*
Multiline comment
*/
//pre processor directice- tells compiler iostream library which contains the function cout
#include<iostream>
using namespace std;
int main()
{
double length, width, area, perimeter;