Answers for "convert int to float c++"

C++
2

int to float c++

int a = 3;
float b = (float)a;
Posted by: Guest on February-28-2020
2

how to make a float in C++

public float whatYourFloatIsCalled = 0;
public float whatIsYourFloat;
Posted by: Guest on May-04-2020

Browse Popular Code Answers by Language