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
~360 People Reached
About Me

I am an IT student (studying distance) with UNISA. i would like to share my views in IT relate here and problem. You all or welcome to contact me.

Thanks

Interests
like all people, making friends and sharing ideas, challenges is my motto, open minded and like positive…
PC Specs
N/A
Favorite Forums
Favorite Tags
c++ x 3
Member Avatar for neppy

[QUOTE=nunos;949210]Hi I would like to know if there is any way to obtain a float result from a division between two integers other than using "from __future__ import division"? I am not looking for the .0 'trick'. Example 4/5.0 = 0.8. I want to be able to do 4/5 = …

Member Avatar for neha arora
0
102
Member Avatar for neppy

need help 1. Which of the following options is a correct C++ instruction to calculate the number of containers filled with milk that can be sold? 1. nrContainers = totalLitres - litresLeftOver; 2. nrContainers /= 5; 3. nrContainers = totalLitres / 5; 4. nrContainers = totalLitres % 5; 5. nrContainers …

Member Avatar for neppy
0
258