Python Related (3312)
PHP Related (7341)
Scala (340)
R Programming (396)
Kotlin (184)
Apache Groovy (39)
Ruby (245)
Go Programming Language (139)
Objective-C (429)
Programming Languages AllOther (746) please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics
3340could u please also write an example of a code that involves instances from an abstract class just as u did for interfaces because u said it could also work which i really doubt. thanks
2132main() {int i=5; // line 1 i=(++i)/(i++); // line 2 printf("%d",i); // line 3 } output is 2 but if we replace line 2 and line 3 by printf("%d",i=(++i)/(i++)); then output is 1. Why?
GATE,
1 8333Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1
4281
How to access laravel project from another computer?
How can I recover the file name given an open stream or file descriptor?
Please explain each of the following operators and how and when they should be used: ==, ===, eql?, Equal?
What is stack in c?
What is the latest version of laravel?
What is baseurl?
What is the basic difference between posts vs. Pages?
Explain about GUID?
Difference between debugging, running, executing of an application
How to write a program to show the function of action helper?
Explain the difference between null pointer and void pointer.
What is a query in a database?
What do you mean by instance?
What are move semantics?
In python,how to read a file line-by-line into a list?