User Profile
Collapse
-
How to begin Ruby on Rails on programming
I am trying to begin website development using Ruby on Rails.. I have worked on command prompt, now upgraded myself to Apptana studio. I want to work further, establish connections with data base. and enhance interface. Can you suggest some ways -
I think this should work
#include<stdio. h>
int main()
{
int a[3][3],i,j,n;
scanf("%d",&n);
for(i=0;i<n;i++ )
for(j=0;j<n;j++ )
{
scanf("%d",&a[i][j]);
}
for(i=0;i<n;i++ )
for(j=0;j<n;j++ )
{
if(i==j)
{
printf("%d",a[i][j]);
}
}...
No activity results to display
Show More
Leave a comment: