->* operator

0

Use the conditional operator in the checkEqual function to check if two numbers are equal or not. The function should return either "Equal" or "Not Equal".

By Stone Hammer Claire Osinski at Dec 18 2019

0

parseInt() method converts the string to a integer. Before applying this function, Ram wants to know the type of the argument that is passed to the function. What operator in javascript would support this?

By Beginner 0xSENNA at May 13 2021

0

Write a C program, which takes two integer operands and one operator from the user, performs the operation and then prints the result. (Consider the operators +,-,*, /, % and use Switch Statement)

By Double Wooden Hammer Ronnie Conroy at May 16 2021


Related code examples


Code examples by languages