Problem 2384. Integer or Float?

  • Created by RA

Test an input to see whether it is an integer or a floating point number. If it is an integer return 1 for 'true'. Otherwise return 0 for 'false'.

Examples

 1. x=1
    y=1
 2. x=1.5
    y=0
 3. x=0
    y=1

Solution Stats

63.34% Correct | 36.66% Incorrect
Last Solution submitted on Dec 25, 2023

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers211

Suggested Problems

More from this Author3

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!