okay so I dont know how to fix this, im trying to get 3021869 and im getting 3.02187e+006. im not quite sure why, i tried to change my double to a long double and nothing changed.
could someone help me lol
#include <iostream>
using namespace std;
int main()
{
long double r = 0;
long double w = 0;
long double p = 3.14159265;
long double t = 0;
long double world = 196935000;
long double total=0;