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
3357could 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
2146main() {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 8343Calculate 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
4289
Explain what are single and multiple inheritances in c++?
Differentiate between php5 and php7?
What is wpmudev?
Is drupal scalable?
Explain what is dot notation?
What are the different file extensions involved when programming in C?
List data types in PHP?
What are identifiers python?
Since switch-case is not used in python – what are the replacements for switch statement in python?
How to split a string into a list?
What is the latest version of laravel?
What are the nameless functions in python?
How can image properties be retrieved in php?
Is drupal a cms?
How to Retrieve the Session ID of the Current Session?