Which Operator Is Used Two Combine Two Statements In A Single Line?
Please Answer In One Word
Answers
Answered by
2
Hi this will help u a lot friend ,
____________________________________________________________
if (user.Type == 0) userType = "Admin" else if (user.Type == 1) userType = "User" else if (user.Type == 2) userType = "Employee"
____________________________________________________________
if (user.Type == 0) userType = "Admin" else if (user.Type == 1) userType = "User" else if (user.Type == 2) userType = "Employee"
Attachments:
Similar questions