// console.log_float_variable.js


let numberOfPeople = 20.82;


console.log(numberOfPeople);


//-//


console.log('Press Enter to Exit');

process.stdin.resume();

process.stdin.once('data', function()

{

    process.exit();

});


//----//


/*

20.82

Press Enter to Exit

*/


// Dedicated to God the Father

// All Rights Reserved Christopher Andrew Topalian Copyright 2000-2024

// https://github.com/ChristopherTopalian

// https://github.com/ChristopherAndrewTopalian

// https://sites.google.com/view/CollegeOfScripting