123456789101112
#include <iostream> using namespace std; int main(){ float PlancksConst = 6.626e-34; cout << PlancksConst << endl; return 0; }
6.626e-34