Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

cpp float

#include <iostream>
using namespace std;
int main() {
  float e = 3.5f;
  
}
// you need to add the f after it
 
PREVIOUS NEXT
Tagged: #cpp #float
ADD COMMENT
Topic
Name
5+1 =