skip to main
|
skip to sidebar
All About Programming
C# and C++ Programming Tutorials.
Home
About Us
Contact Us
Privacy Policy
14 Nov 2011
C++ If-Else Statement
using c++ if-else statement
#include<iostream>
using namespace std;
main()
{
int a=1;
if(a==1)
{
cout<<"Yes";
}
else
{
cout"no";
}
return 0;
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Blog Archive
▼
2011
(20)
▼
November
(20)
Testing Code Block 2
Testing Code Block
C++ "Hello World" Tutorial 1
C++ For Loop
C++ If-Else and Do-While Loop
C++ If-Else Statement
C++ variable processing
C++ Data Types
C++ General Information
C# for loop
C# switch statement
C# foreach loop example with string array
C# if else
C# Working With string part 2
C# Working With int Array 1
C# Working With Int Array
C# integer
C# Your First Program
C# use of string
C# Hello World! Tutorial 1
online marketing
No comments:
Post a Comment