lab3

Run Settings
LanguageC++
Language Version
Run Command
#include <iostream> using namespace std; int main() { double a,b,x; cout<<("\nВведите два числа (0<=x<=99) и результат их вычитания"); cin>>a>>b>>x; if (x == a - b) cout<<("\nВерно!"); else cout<<("\nНе верно, ответ: ")<<(a - b); }
Editor Settings
Theme
Key bindings
Full width
Lines