Mathematical function to check whether a number is positive or negative in c#
Answers
Answered by
0
bool positive = number > 0;
bool negative = number < 0;
Enter this Command Bro
Similar questions
Political Science,
6 months ago
English,
6 months ago
Computer Science,
1 year ago
Chemistry,
1 year ago
India Languages,
1 year ago