dimanche 31 mars 2013


Exercice avec solution en c++ : 

Ecrire un programme en C++ qui calcule la multiplication d'une matrice avec un réel .



Solution : 

#include<iostream.h>
main()
{i
nt i,j;
int a[3][3];
cout<<"enter matrixs\n" ;
for(i=0;i<3;i++)
for(j=0;j<3;j++)
cin>>a[i][j];
for(i=0;i<3;i++){
cout<<"\n";
for(j=0;j<3;j++){
a[i][j]=2*a[i][j];
cout<<a[i][j]<<"\t" ;}}}



0 commentaires:

Enregistrer un commentaire

Copyright © 2013 Exercices Langages de Programmation | Powered by Blogger
Design by Theme Junkie
Blogger Template by Lasantha | PremiumBloggerTemplates.com