From 23d8abb49a192473aeddda8b8a1161f2f746a0cd Mon Sep 17 00:00:00 2001 From: delaram Date: Wed, 15 Apr 2026 00:35:06 +0330 Subject: [PATCH] Initial commit on develop branch --- q7.cpp | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 q7.cpp diff --git a/q7.cpp b/q7.cpp new file mode 100644 index 0000000..fef2429 --- /dev/null +++ b/q7.cpp @@ -0,0 +1,13 @@ +#include +using namespace std; +int main(){ + int t; + float k, b, m, d; + cin>>t; + cin>>k>>b; + m=b-k; + d=k-m; + cout<<"an = "<