diff --git a/index.html b/index.html index fbe6a9b..783b33a 100644 --- a/index.html +++ b/index.html @@ -49,7 +49,12 @@
Tan

My profile is: github.com/vishnoitanuj


- +
+
I am a pH-developers
+
Rahul Goyal CSE
+

My profile is: github.com/RahulGoyalgit

+
+
diff --git a/java-problems/print.java b/java-problems/print.java index 384f015..6adb4a9 100644 --- a/java-problems/print.java +++ b/java-problems/print.java @@ -1,5 +1,5 @@ class print{ public static void main(String args[]){ - System.out.println("Welcome to PrintHello"\n"How you all doing?"); + System.out.println("Welcome to PrintHello\nHow you all doing?"); } } \ No newline at end of file diff --git a/problems_c_c++/ques_1.cpp b/problems_c_c++/ques_1.cpp index 1d6cd67..5ee76fc 100644 --- a/problems_c_c++/ques_1.cpp +++ b/problems_c_c++/ques_1.cpp @@ -11,8 +11,8 @@ char* get_company_name(){ int main() { char *name = get_company_name(); printf("%s is the best educational gateway for every year to kickstart their coding life. Thapar Alumni " - "who gave their heart in teaching languages and prepare students for their placements now starting the best languages batches C/C++ and Python from 8th October onwards." - "\n\n%%%% not only focus on just completing the course but logic development and making awesome projects with that language is their key goal", name, name); - printf("\n\nRegister now on\nwww.printhello.in/courses"); + "who gave their heart in teaching languages and prepare students for their placements now starting the best languages batches C/C++ and Python from 8th October onwards." + " \n\n%s not only focus on just completing the course but logic development and making awesome projects with that language is their key goal", name, name); + printf("\n\nRegister now on\n www.printhello.in/courses"); return 0; }