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

"Whither shall I go from thy spirit? or whither shall I flee from thy presence?"

Favorite Forums
Favorite Tags
Member Avatar for vonbv25

i can't find what's wrong w/ my program. the output is wrong when i type long names and names w/ less similar letters (sorry for my english i'm a filipino) [CODE]#include <stdlib.h> #include <iostream.h> #include <string.h> #include <conio.h> #include <stdio.h> char name1[20],name2[20]; int count1[25],count2[25],temp1,temp2,total; void flames(int num) { switch(num) { …

Member Avatar for Schol-R-LEA
0
150
Member Avatar for vonbv25

[code] n = Integer.Parse(iVal.Text) x = Double.Parse(xVal.Text) ' fpoly = taylors(iter, x) factorial = 1 poly = 0 Dim a As Integer For a = 1 To n factorial = factorial * a If factorial Mod 2 = 0 Then evenfac = factorial Else oddfac = factorial End If poly …

-2
47