Tag: international women’s day
-
Nari Diwas 2079 (International Woman’s Day Nepal 2023) #EmbraceEquity
Warm greetings to all women on Nari Diwash! We can all play a role in respecting women and increasing their rights. On this Women’s Day, let us all reflect on women’s rights in society and strive to show them respect. नारी दिवसको अवसरमा सम्पुर्ण नारीहरुमा हार्दिक शुभकामना ! महिलाको सम्मान र अधिकार अभिवृद्धि गर्न हामी…
-
Java Class Fraction Operations / Numerator and Denominator / Initialize Objects using Constructors
Write a program to define a class Fraction having data members numerator and denominator. Initialize three objects using different constructors and display its fractional value. import java.lang.*; import java.io.*; class Fraction { double numerator,denominator,fraction; Fraction (int a, double b) { numerator=a; denominator=b; fraction=numerator/denominator; System.out.println (“Fraction1 = “+fraction); } Fraction (int x, int y) { numerator=x;…
-
International Women’s Day 2017 | From Nepalese Eye
Even in America, the women’s freedom movent was only started in 1969. Briton womens got voting rights from 1920 onwards only. It hasn’t been only few years that women’s in Arab got voting rights. But in Nepal, women’s are already in the governmental posts like President, Speakers and Supreme Judge. Nepali religion itself has respected…