Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
rescursive
WhatsApp
Gomathi Palaniswamy
14y
8.4
k
0
0
25
Blog
using System;
namespace namespace1
{
class class1
{
public static void print(int a)
{
if(a>50)
{
Console.WriteLine(a.ToString());
}
else
{
print(a+10);
}
}
public static void Main()
{
print(30);
Console.ReadLine();
}
}
}
rescursive
Ebook Download
View all
Pattern Matching in C#
Read by 1.4k people
Download Now!
Learn
View all
Membership not found