Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~119 People Reached
About Me

I am a passionate IT professional who also happens to be a huge Pokemon fan. I have always been fascinated by technology, from a young age tinkering with computers and coding to today where I work as a software engineer at a large tech company.

Interests
IT
PC Specs
Kraken
Favorite Forums
Favorite Tags
c++ x 1
Member Avatar for d883956

Im tryna get my code (as seen bellow) to print both the variable "jax" with two decimal places, and the full value opf the variable "jax" so the out put should be: [B]8712.65 8712.654[/B] [b]How do i do this? [/b] [code]#include <iostream> #include <iomanip> using namespace std; int main() { …

Member Avatar for Narue
0
119