Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~717 People Reached
About Me

Just Another Guy...!!!

PC Specs
AMD Athlon 64 X2 4400+ (Brisbane) OC, 2 GB Dual Channel Ram DDR2, GIGABYTE OC GT 640 2 GB DDR III, WD…
Favorite Forums
Favorite Tags
c++ x 7
c x 2
java x 1
Member Avatar for Huxaifa

int main() { float a,b,c; cin>>a >> b >>c; if(a<(b+c) && b < (a+c) && c< (a+b)) { cout<<"\nIt is a Triangle.”; if (a==b && b==c) cout<<"\nIt is a Equiletaral Triangle.”; if(a==b || a==c || b==c) cout<<"\nIt is a Isoceles Triangle.”; else cout<<"\nIt is a Scalene Triangle.”; } else cout<<"This …

Member Avatar for DEAD TERMINATOR
-1
363
Member Avatar for Huxaifa

In our university following registration numbers are assigned to students 786-FBAS-BSSE-F12 Where 786 is student ID, FBAS is faculty, BSSE is degree program and F12 is Batch. Write a program that reads registration numbers of 20 students. Use array of structures for storing student information. Provide user with following menu …

Member Avatar for Moschops
0
145
Member Avatar for Huxaifa

I want to develope an ETL application for Data Ware House Project (Decision Support System) for university, i am extracting data from, Excel, Access and CSV format files, i have done the extraction, but now the problem is the Transformation of Data, i have to clean it and standardize it, …

Member Avatar for L7Sqr
0
147
Member Avatar for Huxaifa

Actually i want to find a probabilty of a name spelling wise e.g Malik, Malique, Malick, Malik, Malicq, Malique, Malik, Malike, Maliqk, Maliq, Malik, Malick, Malik, Malique, Malik now in above example the probability of "Malik" is high spelling wise that is 6 so is there any algorithm or logic …

Member Avatar for deceptikon
0
62