SHARE
TWEET

Untitled




Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- Module Module1
- Sub Main()
- Dim c, d As Integer
- Dim k As Double
- Console.WriteLine("Введiть С")
- c = Console.ReadLine()
- Console.WriteLine("Введiть D")
- d = Console.ReadLine()
- If c + d < 12 Then
- k = (c - 12) / d
- Else
- k = (c + d) / 5
- End If
- Console.WriteLine("K = " & k)
- Console.ReadLine()
- End Sub
- End Module
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy.