Technology has advanced to the point where programming has become an essential part of our lives. We use software and applications for communication, entertainment, education, and work, and these are all built on programming languages.
Program to print name of a day using switch case statement.
Get link
Facebook
X
Pinterest
Email
Other Apps
Explanation:
Here number is inputted in variable 'day' and when it is equivalent with day in week and matches the preceeding case, it will print whatever in the block given.
Explanation, Here name is string so as it is defined as character of array 50. The specifier is %s is used to take scanf and value in age is checked with 18 and if it is equal to 18 or greater than this s/he can cast vote and if it is less than 18 and s/he cannot vote. Exercise: Make a program that can say he is old or yound. [Note if s/he is greater than age 40 than he is old and if he less than 40 then he is young.]
P rime Numbers are those which have only 2 factors; by 1 and by themselves own. For examples, the first five prime numbers are 2,3,5,7 and 11. These numbers are divisible by 1 and by themselves. Here, we have to print prime numbers from 1 to 100. So, we have to use for loop. The nested for loop works here, one by variable 'a' and another by 'b' and an increment number is also stored in 'p'. The first loop starts from 1 and inside it, another loop begins until the value of b becomes greater then a. If the remainder when a is divided by b becomes 0. The value of p incremented by 1. If the value is 2 means that first loop also has moved for 2 and value of a is 2. And, so it get printed. The first prime number is extracted and now whenever the divisible of a by b becomes 0, the value inside a gets printed and we will get all the prime numbers. The Output
OpenAI has expanded the scope of its AI chatbot ChatGPT. Now ChatGPT can also be used on smartwatches. It has been revealed that ChatGPT will be available in fitness brand Amazfit's 'GTR Four'. The company said that ChatGPT will be listed as 'ChatGenius' in the smartphone menu. By going to that option, the user will be able to chat with ChatGPT on their own smartwatch just like using it on a desktop. Various features of smartwatches have also been integrated in it. For example, users can ask ChatGPT about their personal details, such as how many steps they have taken today, what their heart rate is, etc.
Comments
Post a Comment
If you have any doubt, let me know...