// static.cpp -- using a static local variable
#include
// constants
const int ArSize = 10;
// function prototype
void strcount(const char * str);
int main()
{
using namespa
class staticDemo
{
static int a = 42;
static int b = 42;
static void callme()
{
System.out.println("a = " + a);
}
}
class Static
{
public static void main(String args[])
{
st
class staticDemo
{
static int a = 42;
static int b = 42;
static void callme()
{
System.out.println("a = " + a);
}
}
class Static
{
public static void main(String args[])
{
st
package src;
public interface Static {
int LOGO = 0;
int TITLE = 1;
int GAME = 2;
int OVER = 3;
int END = 4;
int MENU = 5;
int LOADING = 6;
int LogeTime = 30;
//-----------------