testing
jeudi 3 août 2017
Control flow graph and find cyclomatic complexity
int find maximum(int i, int j , int k){
int max
if(i>j) then
if(i>k) then
max=i;
else max=k
else if (j>k) then
max=j;
else max=k;
return (max);}
Aucun commentaire:
Enregistrer un commentaire
Article plus récent
Article plus ancien
Accueil
Inscription à :
Publier les commentaires (Atom)
Aucun commentaire:
Enregistrer un commentaire