Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
40% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
1
1 Commented Post
0 Endorsements
~4K People Reached
Favorite Tags
Member Avatar for fashxfreak

A, B, C, and D are two-dimensional arrays , all of the same size ,and all of type  double . I need code fragment that computes D = A + B + C, where each element  of D is the sum  of the corresponding elements  of A, B and C. Also  two …

Member Avatar for rubberman
0
119
Member Avatar for fashxfreak

I need to write a C++ program to analyze three different data files, and try to confirm Benford’s law.I need to create a console application that opens each file, counts the number of values that start with ‘1’, ‘2’, ‘3’, etc., and then outputs the percentages of each digit. Based …

Member Avatar for fashxfreak
0
676
Member Avatar for fashxfreak

Hi ! I have a column of 'City', now I want to compare the value of each cell of 'City' against the column 'City_Check'; the cell where the value matches, pick the value of 'City_ID' column & replace the city name with that ID in the 'City column'. * The …

Member Avatar for urtrivedi
0
260
Member Avatar for fashxfreak

I have data in which column 'C' have cells which contain multiple values separated by (,).Now I want to get atomic values in all cells of column 'C'. i.e. that for a cell when there is more than one value; separated by (,) it should be copied in the next …

Member Avatar for fashxfreak
0
923
Member Avatar for fashxfreak

[CODE]OleDbCommand com = new OleDbCommand("update cus SET cus_name = ('" + textBox4.Text + "'),order=('"+textBox6.Text+"') WHERE no = ("+textBox5.Text+")", con);[/CODE] its giving a syntax error

Member Avatar for Ezzaral
0
74
Member Avatar for fashxfreak

I'm Having a problem in it, don't what what it is : m having a syntax error [ICODE]OleDbCommand com = new OleDbCommand("update cus SET cus_name = ('" + textBox4.Text + "'),order=('"+textBox6.Text+"') WHERE no = ("+textBox5.Text+")", con);[/ICODE]

Member Avatar for Mitja Bonca
0
195
Member Avatar for fashxfreak

I want to know that what graphics card will work appropriately on my system its 'DELL GX520'. I'm asking it in term of the max card size which is comparable with my system. [B]SYSTEM:-[/B] Dell GX 520 with PCI express slot. [B]RAM[/B]:2GB. [B]Processor[/B]:3.0 thx.

Member Avatar for W1ND0W5
0
114
Member Avatar for fashxfreak

hi. i want to know that how to delete or remove items from a file, keeping the file intact itself ???

Member Avatar for Momerath
0
93
Member Avatar for fashxfreak
Member Avatar for prit005
1
101
Member Avatar for fashxfreak

[B]I want to know a site from which i can get free domain , except "co.cc" . ?????[/B]

Member Avatar for kvprajapati
0
84
Member Avatar for fashxfreak

I want to know a site from which i can get free domain , except "co.cc" . ?????

Member Avatar for G&G Designing
-1
113
Member Avatar for fashxfreak

[B]Hi, i just want to know that from where i can download "VISUAL STUDIO 2005" free...[/B]

Member Avatar for Ancient Dragon
0
105
Member Avatar for fashxfreak

[B]Hi, i just want to know that from where i can download "VISUAL STUDIO 2005" free...[/B]

Member Avatar for fashxfreak
0
90
Member Avatar for fashxfreak

[B]Hi, i just want to know that from where i can download "VISUAL STUDIO 2005" free...[/B]

Member Avatar for Netcode
-1
86
Member Avatar for fashxfreak
Member Avatar for fashxfreak

How to calculate the sum & product of dis-similar numbers of an array[10]. i do have a code but it stop working after a certain limit, so please help.....

Member Avatar for Aslan89
0
291
Member Avatar for fashxfreak

[CODE]using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApplication1 { class Program { static void Main(string[] args) { int num, unit, ten; Console.Write("\t\t\t** Developed by : GE ** \n\n "); Console.Write("Enter number here in range 0-50 : "); num = Convert.ToInt16(Console.ReadLine()); unit = num % 10; ten = num …

Member Avatar for thines01
0
521