Sorry! Posting Assignment is allowed only for commercial accounts.
comm=(sale>150000)?sale*5/100 : 0;
int main(){ int i; for(i=0; i<5; i++); { printf("Sookshmas"); } return 0;}
def f(x): for i in range(5): yield ig=f(12)print(list(g))
valid = falsewhile not valid: try: n=int(input("enter a number")) while n%4==0: print("BK") valid = true except ValueError: print("invalid")