TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Omar Bahaa
NA
13
1.1k
For condition by comparing between 2 var. using %
Oct 2 2018 4:07 AM
Hello, I am new to Csharp and programming in general, and i have a quick question.
I want to say if "x" is greater than 50% of "y" . I wonder if the below is right.
if ( x > 50% y)
{
Console.WriteLine("something");
}
Thank you in advance.
Reply
Answers (
2
)
How to Prevent Multiple Instances of Child Form in MDI C#
I need to get table data from web page?