From 5b814071fa124c74d6c39400edaa7fddfdc30a32 Mon Sep 17 00:00:00 2001 From: Vinayak-Bhardwaj Date: Sat, 26 Oct 2019 10:42:31 +0530 Subject: [PATCH] fourth vinayak commit --- table.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 table.txt diff --git a/table.txt b/table.txt new file mode 100644 index 0000000..a329846 --- /dev/null +++ b/table.txt @@ -0,0 +1,13 @@ +#include +#include +void main() + { + int n; + cout<<"enter the number whose table you want to see"\n; + cin>>n; + for(int a=1;a<=10;a++) + { + cout<