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
Ranked #4K
~518 People Reached
Favorite Forums
Favorite Tags
Member Avatar for Rahul47

I was just writing a program for armstrong number till a given range. Something wrong with this code ? #include<stdio.h> #include<conio.h> void main() { int num,range,temp; int rem,sum=0; printf("Enter upper range: "); scanf("%d", &range); // Checking is a number is armstrong of not. printf("Armstrong are:"); for(num=10; num<=range; num++) { temp=num; …

Member Avatar for Rahul47
-1
196
Member Avatar for bilashcse

I need some help for python AI. I can't understand some codes for python AI. I need to understand this code. So please help me. code : def __str__(self): if self.nature is 'AI': return self.name+' ('+self.nature+')'+' as '+self.colour else: return self.name+' as '+self.colour In this code 'AI' is used. But …

Member Avatar for m_ishwar
0
166
Member Avatar for AlecZammit

I currently have a harddrive for my PC with runs windows 7. I am going to buy a whole new system though, including mobo, cpu, gpu, ssd, and everything but a case, Hard Drive, and DVD Drive. I was wondering... Is it possible for me to instal windows 7 on …

Member Avatar for redean
0
156