import mathWhat is the output of the python programangle = 60result = math.sin(math.radians(angle))print("The sine of", angle, "degrees is", result)
#include stdio.hint main(){signed char chr;chr = 128;printf("%d\n", chr);return 0;}
#include iostreamusing namespace std;int main() {for(int row=0;row8;row++){for(int col=0;colrow+1;col++){cout"*";}coutendl;}}