12 men on a jury
Chat with our AI personalities
#include<stdio.h> void transpose(int a[50][50]); void main() { int a[50][50],b[50][50],m,n,i,j; scanf("%d",&m,&n); for(i=0;i<m;i++) { for(j=0;j<n;j++) { scanf("%d",&a[i][j]); } } for(i=0;i<n;i++) { for(j=0;j<m;j++) { scanf("%d",&b[i][j]); } } transpose(a,b,m,n) void transpose(int a[50][50],int b[50][50],int m,int n) { int i; for(i=0;i<m;i++) { for(j=0;j<n;j++) { b[i][j]=a[i][j]; } } }
Let's denote Jasmine's age as J. Since Miguel is four years older than Jasmine, his age can be represented as J + 4. The sum of their ages is 28, so we can form the equation J + (J + 4) = 28. Simplifying this equation, we get 2J + 4 = 28. Solving for J, we find that Jasmine is 12 years old.
find the perimeter of a square that has 12 m side
Disciples of Jesus.
m, m+6, m+12