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
~506 People Reached
Favorite Tags

3 Posted Topics

Member Avatar for adxer

Hey I'm having trouble using scanf to input two number and it is only letting me input 1. here is my code [ICODE] #include <stdio.h> int main() { int i ; int j ; int tl[10][25] ; int br[40][5] ; int point1[100][100] ; for(i=0;i<40;i++) for(j=0;j<25;j++) { printf("please enter value x,y …

Member Avatar for dfetter88
0
318
Member Avatar for adxer

Hey I'm only new to Javascript so bare with with me please, but I have to write code that will add a number say for example 1, to a set amount of numbers lets say 5, so for example the output of the program should be: 1+1=2 1+2=3 1+3=4 1+4=5 …

Member Avatar for rajarajan2017
0
132
Member Avatar for adxer

how do I go about adding a row to a column in simple code? and then printing out the results.

Member Avatar for WaltP
-2
56

The End.