#include <iostream> using namespace std; int main() { float e = 3.5f; } // you need to add the f after it