Add comment lines for the different


Add comment lines for the different sections.

1 $fruit1 = "pear";
2 $fruit2 = "peaR";
3 $result = $fruit1 gt $fruit2;
4 print "$resultn";

5 $result = $fruit1 lt $fruit2;
6 print "resultn";

(Output)
4 1
6 0

 

Solution Preview :

Prepared by a verified Expert
Programming Languages: Add comment lines for the different
Reference No:- TGS01244737

Now Priced at $20 (50% Discount)

Recommended (95%)

Rated (4.7/5)