Computer Science, asked by Aquib24, 1 year ago

Which Operator Is Used Two Combine Two Statements In A Single Line?
Please Answer In One Word

Answers

Answered by Anonymous
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"
Attachments:
Similar questions