Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
4
Answers
Just a Simple logic with if statement
Shohibul Jalal
8y
394
1
Reply
I have small Program , here it is :
int a = 70;
int b = 50;
if (a > 60)
{
// If the value of a is more than 60 , then a will be subtracted by 60 and add 1 to b.
}
Post
Reset
Cancel
Answers (
4
)
Next Recommended Forum
Dicionary<String, List<ColorObject>> Linq Contains and Sort
expection handling in c#