Skip to content

sree-jit/Basics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

#include

int main() { // Declare variables int a = 5; int b = 10; int sum;

// Calculate the sum of a and b
sum = a + b;

// Print results
std::cout << "Hello, World!" << std::endl;
std::cout << "The sum of " << a << " and " << b << " is " << sum << std::endl;

return 0;

}

About

Basics of Fortran, C++ & Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published