Помогите пожалуйста! Вычислите значение целочисленной переменной c при a=26 и b=6: а) b:=mod(a,b)+4
c:=mod(a,b)+1
b:=a mod b + 4
c:=a mod b +1
б) b:=div(a,b)
c:= mod (a, b+1)
b:= a div b
c:= a mod (b+1)
в) b:= mod (a,b)
c:= div (a, b+1)
b:= a mod b
c:= a div (b+1)
Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Copyright © 2024 SCHOLAR.TIPS - All rights reserved.